Can anyone show me some sample codes of the following function?
func aggregated<Element, Result>(
on columnNames: [String],
naming: (String) -> String,
transform: (DiscontiguousColumnSlice) throws -> Result?
) rethrows -> DataFrame
1
0
723